home *** CD-ROM | disk | FTP | other *** search
/ Hyper Erect Magazine / Hyper Erect Magazine - Disc 1.iso / pc / menu.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  1997-04-14  |  185 b   |  12 lines

  1. on exitFrame
  2.   global gmtype
  3.   set the text of member "fPhotoCount" to "1"
  4.   cursor(200)
  5.   cursor(-1)
  6.   if gmtype = 0 then
  7.     go(1, "P_BRO_M")
  8.   else
  9.     go(1, "P_BRO_W")
  10.   end if
  11. end
  12.